### SOUTH AMERICAN EVENTS ###
# 
##################################################################################

### PERU-ECUADOR CONFLICTS ###

##########################################################
## The Washington negotiations
##########################################################
event = {
	id = 1052000
	random = no
	country = PRU

	trigger = { 
		NOT = { alliance = { country = PRU country = ECU } } 
		NOT = { owned = { province = 300 data = -1 } }
	}

	name = CEVTNAME_1052000
	desc = CEVTDESC_1052000
	style = 0

	date = { day = 1 month = june year = 1936 }
	offset = 360
	deathdate = { day = 1 month = june year = 1938 }

	action_a = { 
		name = CEVTACTA_1052000
		command = { type = dissent value = -3 }
		command = { type = warentry value = 10 }
		command = { type = trigger which = 1052001 }
		}
	action_b = { 
		name = CEVTACTB_1052000
		command = { type = dissent value = 5 }
		command = { type = removecore which = 300 }
		command = { type = trigger which = 1052002 }
		command = { type = sleepevent which = 1052003 }
		command = { type = sleepevent which = 1052004 }
		command = { type = sleepevent which = 1052005 }
		command = { type = sleepevent which = 1052006 }
		}
}

##########################################################
## ECU reaction a
##########################################################
event = {
	id = 1052001
	random = no
	country = ECU

	name = CEVTNAME_1052000
	desc = CEVTDESC_1052000
	style = 0

	action_a = { 
		name = CEVTACTA_1052001
		command = { type = dissent value = 2 }
		command = { type = warentry value = 10 }
		}
}

##########################################################
## ECU reaction b
##########################################################
event = {
	id = 1052002
	random = no
	country = ECU

	name = CEVTNAME_1052000
	desc = CEVTDESC_1052002
	style = 0

	action_a = { name = CEVTACTA_1052002
		 command = { type = dissent value = -5 }
		 command = { type = warentry value = -3 }
		 command = { type = influence value = 5 }
	}
}

##########################################################
## The war (ECU not in alliances)
##########################################################
event = {
	id = 1052003
	random = no
	country = PRU

	trigger = { 
		random = 10
		war = { country = ENG country = GER }
		NOT = { 
			war = { country = PRU country = ECU } 
		}
		NOT = { 
			owned = { province = 300 data = -1 } 
		} 
		NOT = { 
			OR = { 
				alliance = { country = ECU country = ENG } # ECU not allied
				alliance = { country = ECU country = GER } # ECU not axis
				alliance = { country = ECU country = SOV } # ECU not commie
			}
		}
		NOT = { 
			event = 1052004 
		}
	} 
	

	name = CEVTNAME_1052003
	desc = CEVTDESC_1052003
	style = 0

	date = { day = 1 month = february year = 1939 }
	offset = 60
	deathdate = { day = 1 month = june year = 1943 }

	action_a = { 
		name = CEVTACTA_1052003
		command = { type = war which = ECU }
		command = { type = dissent value = -5 }
		command = { type = influence value = -1 }
	}
	action_b = { 
		name = CEVTACTB_1052003
		command = { type = dissent value = 2 }
		command = { type = influence value = 1 }
	}
	action_c = { 
		name = CEVTACTC_1052003
		command = { type = dissent value = 6 }
		command = { type = removecore which = 300 }
		command = { type = infrastructure  which = -1 value = 1 }
	}
}

##########################################################
## The war (ECU is in alliances)
##########################################################
event = {
	id = 1052004
	random = no
	country = PRU

	trigger = { 
		random = 10
		war = { country = ENG country = GER }
		NOT =  {
			war = { country = PRU country = ECU } 
		}
		NOT = { 
			owned = { province = 300 data = -1 } 
		} 
		OR = { 
			alliance = { country = ECU country = ENG } # ECU  allied
			alliance = { country = ECU country = GER } # ECU  axis
			alliance = { country = ECU country = SOV } # ECU  commie
		}
		NOT = { 
			event = 1052003 
		}
	} 

	name = CEVTNAME_1052004
	desc = CEVTDESC_1052004
	style = 0

	date = { day = 1 month = march year = 1939 }
	offset = 60
	deathdate = { day = 1 month = june year = 1943 }

	action_a = { 
		name = CEVTACTA_1052004
		command = { type = dissent value = 1 }
		command = { type = influence value = 2 }
		}
	action_b = { 
		name = CEVTACTB_1052004
		command = { type = war which = ECU }
		command = { type = dissent value = -5 }
		command = { type = influence value = -2 }
		}
	action_c = { 
		name = CEVTACTC_1052004
		command = { type = dissent value = 3 }
		command = { type = removecore which = 300 }
		command = { type = infrastructure  which = -1 value = 1 }
		}
}


##########################################################
## Possible colombian reaction
##########################################################
event = {
	id = 1052005
	random = no
	country = COL

	trigger = { 
		war = { country = ECU country = PRU } 
	} 

	name = CEVTNAME_1052005
	desc = CEVTDESC_1052005
	style = 0

	date = { day = 1 month = june year = 1936 }
	offset = 30
	deathdate = { day = 1 month = june year = 1943 }

	action_a = { 
		name = CEVTACTA_1052005
		command = { type = dissent value = 5 }
		command = { type = influence value = -1 }
		}
action_b = { 
		name = CEVTACTB_1052005
		command = { type = influence value = 1 }
		command = { type = dissent value = -4 }
		command = { type = oilpool  value = -600 }
		command = { type = rubberpool  value = -600 }
		command = { type = coalpool  value = -600 }
		command = { type = supplies  value = -400 } #Help sent to Ecuador
		command = { type = trigger which = 1052006 } #Ecuador receives help
		}
}

##########################################################
## Colombian help
##########################################################
event = {
	id = 1052006
	random = no
	country = ECU

	name = CEVTNAME_1052006
	desc = CEVTDESC_1052006
	style = 0

	action_a = { 
		name = CEVTACTA_1052006
		command = { type = oilpool  value = 600 }
		command = { type = rubberpool  value = 600 }
		command = { type = coalpool  value = 600 }
		command = { type = supplies  value = 400 }
		command = { type = infrastructure  which = -1 value = 1 }
	}
}

##########################################################
## The protocol of Rio
##########################################################
event = {
	id = 1052007
	trigger = { 
		war = { country = PRU country = ECU }
		control = { province = 300 data = PRU } 
	}
	random = no
	country = ECU

	name = CEVTNAME_1052007
	desc = CEVTDESC_1052007
	style = 0

	date = { day = 1 month = june year = 1936 }
	offset = 30
	deathdate = { day = 1 month = june year = 1943 }

	action_a = { 
		name = CEVTACTA_1052007
		command = { type = peace which = PRU value = 1 }
		command = { type = removecore  which = 300 }
		command = { type = secedeprovince which = PRU value = 300 }
		command = { type = dissent value = 10 }
		command = { type = trigger which = 1052009 }
	}
	action_b = { 
		name = CEVTACTB_1052007
		command = { type = dissent value = -5 }
		command = { type = sleepevent which = 1052008 }
	}
}

##########################################################
## uprisings of 1944 in ECU
##########################################################
event = {
	id = 1052008
	random = no
	country = ECU

	trigger = { 
		event = 1052007 
	}

	name = CEVTNAME_1052008
	desc = CEVTDESC_1052008
	style = 0

	date = { day = 1 month = may year = 1944 }
	offset = 60
	deathdate = { day = 1 month = august year = 1944 }

	action_a = { 
		name = CEVTACTA_1052008
		command = { type = dissent value = 20 }
	}
}

## PRU reaction # triggered by 1052007

event = {
	id = 1052009
	random = no
	country = PRU

	name = CEVTNAME_1052009
	desc = CEVTDESC_1052009
	style = 0

	action_a = { 
		name = CEVTACTA_1052009
		command = { type = peace which = ENG value = 1 }
		command = { type = dissent value = -10 }
	}
}

### BOLIVIAN EVENTS ###

##########################################################
## Bolivia and the USA
## steel from province 349 should be increased from 10 to 25 or 30
##########################################################
event = {
	id = 1052010
	random = no
	country = BOL

	trigger = {	
		NOT = { 
			OR = { 
				alliance = { country = BOL country = GER } # BOL not axis
				alliance = { country = BOL country = SOV } # BOL not commie
				}
		} 
		steel = 5000 
	} 

	name = CEVTNAME_1052010
	desc = CEVTDESC_1052010
	style = 0

	date = { day = 1 month = march year = 1942 }
	offset = 60
	deathdate = { day = 1 month = august year = 1944 }

	action_a = { 
		name = CEVTACTA_1052010
		command = { type = dissent value = 4 } # tin industrialists angry
		command = { type = steelpool value = -5000 } # simulates tin going to USA
		command = { type = industry  which = -1 value = 5 }
		command = { type = industry  which = -1 value = 4 }
		command = { type = infrastructure  which = -1 value = 3 }
		command = { type = gain_tech  which = -1 }
		command = { type = trigger which = 322040 }
	}
	action_b = { 
		name = CEVTACTB_1052010
		command = { type = influence value = -1 }
		command = { type = dissent value = -1 } # tin industrialists happy
	}
}

##########################################################
## Bolivia and the SOV
## steel from province 349 should be increased from 10 to 25 or 30
##########################################################
event = {
	id = 1052011
	random = no
	country = BOL

	trigger = {	
		alliance = { country = BOL country = SOV }  # BOL commie
		steel = 5000
	}


	name = CEVTNAME_1052011
	desc = CEVTDESC_1052011
	style = 0

	date = { day = 1 month = march year = 1942 }
	offset = 60
	deathdate = { day = 1 month = august year = 1944 }

	action_a = { 
		name = CEVTACTA_1052011
		command = { type = dissent value = 4 } # tin industrialists angry
		command = { type = steelpool value = -5000 } # simulates tin going to SOV
		command = { type = industry  which = -1 value = 5 }
		command = { type = industry  which = -1 value = 4 }
		command = { type = infrastructure  which = -1 value = 3 }
		command = { type = gain_tech  which = -1 }
		command = { type = trigger which = 222038 }
		}
action_b = { 
		name = CEVTACTB_1052011
		command = { type = influence value = -1 }
		command = { type = dissent value = -1 } # tin industrialists happy
		}
}

##########################################################
## Bolivia and GER
## steel from province 349 should be increased from 10 to 25 or 30
##########################################################
event = {
	id = 1052012
	random = no
	country = BOL

	trigger = {	
		alliance = { country = BOL country = GER }  # BOL axis
		steel = 5000 
	}

	name = CEVTNAME_1052012
	desc = CEVTDESC_1052012
	style = 0
	
	date = { day = 1 month = march year = 1942 }
	offset = 60
	deathdate = { day = 1 month = august year = 1944 }

	action_a = { 
		name = CEVTACTA_1052012
		command = { type = dissent value = 4 } # tin industrialists angry
		command = { type = steelpool value = -5000 } # simulates tin going to GER
		command = { type = industry  which = -1 value = 5 }
		command = { type = industry  which = -1 value = 4 }
		command = { type = infrastructure  which = -1 value = 3 }
		command = { type = gain_tech  which = -1 }
		command = { type = trigger which = 172116 }
	}
	action_b = { 
		name = CEVTACTB_1052012
		command = { type = influence value = -1 }
		command = { type = dissent value = -1 } # tin industrialists happy
	}
}

##########################################################
## BOL: The definitive peace with Paraguay
##########################################################
event = {
	id = 1052013
	random = no
	country = BOL

	trigger = { 
		NOT = { 
			owned = { province = 364 data = -1 } 
		} 
	}

	name = CEVTNAME_1052013
	desc = CEVTDESC_1052013
	style = 0

	date = { day = 1 month = march year = 1938 }
	offset = 240
	deathdate = { day = 1 month = march year = 1939 }

	action_a = { name = CEVTACTA_1052013
		command = { type = removecore which = 364 }
		command = { type = dissent value = 5 }
		command = { type = infrastructure which = -1 value = 3 }
		command = { type = infrastructure which = -1 value = 2 } # sim: definitive peace improves trade
		command = { type = influence value = 1 }
		}
	action_b = { 
		name = CEVTACTB_1052013
		command = { type = dissent value = -3 }
		}
}


### PERUVIAN EVENTS ###

##########################################################
## 1939 uprisings
##########################################################
event = {
	id = 1052014
	random = no
	country = PRU

	trigger = { 
		dissent = 5 
	}	

	name = CEVTNAME_1052014
	desc = CEVTDESC_1052014
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 35
	deathdate = { day = 1 month = march year = 1939 }

action_a = { 
		name = CEVTACTA_1052014
		command = { type = dissent value = 5 }
		command = { type = sleepminister which = 39005 } ## Rodriguez Ramirez
		command = { type = sleepleader which = 500005 } ## Rodriguez Ramirez
		}
}

##########################################################
## Free APRA leaders
##########################################################
event = {
	id = 1052015
	random = no
	country = PRU

	trigger = { 
		headofgovernment = 39011 # Prado Ugarteche
	} 


	name = CEVTNAME_1052015
	desc = CEVTDESC_1052015
	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 20
	deathdate = { day = 1 month = february year = 1945 }

	action_a = { 
		name = CEVTACTA_1052015
		command = { type = influence value = -1 }
		command = { type = dissent value = 5 }
		command = { type = leader_loyalty which = -1 value = 2 }
		command = { type = leader_loyalty which = -1 value = 1 }
		command = { type = leader_loyalty which = -1 value = 1 } ## happy militars
		}
	action_b = { 
		name = CEVTACTB_1052015
		command = { type = alignment which = democratic value = 10 }
		command = { type = dissent value = -3 }
		command = { type = leader_loyalty which = -1 value = -2 }
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 } ## angry militars
		}
}


### ECUADORIAN EVENTS ###

##########################################################
## Policy towards the Axis and the USA
##########################################################
event = {
	id = 1052016
	random = no
	country = ECU
	
	trigger = {	
		NOT = { 
			OR = { 
				alliance = { country = ECU country = GER } # ECU not axis
				alliance = { country = ECU country = SOV } # ECU not commie
			} 
		}
	}

	name = CEVTNAME_1052016
	desc = CEVTDESC_1052016
	style = 0

	date = { day = 1 month = february year = 1942 }
	offset = 90
	deathdate = { day = 1 month = june year = 1942 }

	action_a = { 
		name = CEVTACTA_1052016
		command = { type = access which = USA }
		command = { type = alignment which = democratic value = 10 }
		command = { type = warentry value = 5 }
		}
	action_b = { 
		name = CEVTACTB_1052016
		command = { type = warentry value = -3 }
		command = { type = end_access which = USA } # just in case...
		command = { type = sleepevent which = 1052017 }
		}
}


##########################################################
## Join the allies!!
##########################################################
event = {
	id = 1052017
	random = no
	country = ECU

	trigger = {	
		exists = GER
		exists = ENG
		exists = SOV
		NOT = { 
			OR = { 
			alliance = { country = ECU country = GER } # ECU not axis
			alliance = { country = ECU country = SOV } # ECU not commie
			alliance = { country = ECU country = ENG } # ECU not allied
			} 
		} 
	}

	name = CEVTNAME_1052017
	desc = CEVTDESC_1052017
	style = 0

	date = { day = 2 month = january year = 1945 }
	offset = 90
	deathdate = { day = 1 month = april year = 1945 }

	action_a = { 
		name = CEVTACTA_1052017
		command = { type = alliance which = ENG }
		command = { type = alignment which = democratic value = 50 }
		command = { type = industry which = -1 value = -1 } # expropiations...
		command = { type = supplies value = 650 } # ... but sold goods
		}
	action_b = { 
		name = CEVTACTB_1052017
		command = { type = dissent value = 2 }
		command = { type = end_access which = USA } # just in case...
		command = { type = steal_tech which = GER } # german citizens help ECU
		command = { type = steal_tech which = GER } # german citizens help ECU
		}
	action_c = { 
		name = CEVTACTC_1052017
		command = { type = dissent value = 3 }
		command = { type = alliance which = SOV }
		command = { type = alignment which = communist value = 50 }
		command = { type = industry which = -1 value = -1 } # expropiations...
		command = { type = supplies value = 650 } # ... but sold goods
		command = { type = end_access which = USA } # just in case...
		}
}

##########################################################
# 1052018 - (ECU) The Academy of Artillery (by mfigueras)
##########################################################
event = {
	id = 1052018
	random = no
	country = ECU

	trigger = {
		random = 40
	}

	name = CEVTNAME_1052018
	desc = CEVTDESC_1052018
	style = 0

	date = { day = 1 month = march year = 1936 }
	offset = 15
	deathdate = { day = 1 month = december year = 1936 }

	action_a = { 
		name = CEVTACTA_1052018
		command = { type = gain_tech which = 14003 }
		command = { type = manpowerpool value = -5 } # officers go study
		command = { type = supplies value = -500 } # for the Academy
		}
	action_b = { 
		name = CEVTACTB_1052018
		command = { type = infrastructure which = -1 value = 2 }
		command = { type = dissent value = -2 }
		command = { type = supplies value = -200 } # for the workers
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
	action_c = { 
		name = CEVTACTC_1052018
		command = { type = leader_loyalty which = -1 value = -2 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
}

##########################################################
# 1052019 - (ECU) Army modernization (by mfigueras)
##########################################################
event = {
	id = 1052019
	random = no
	country = ECU

	trigger = { 
		NOT = { 
			owned = { province = 300 data = -1 } 
		}
	}

	name = CEVTNAME_1052019
	desc = CEVTDESC_1052019
	style = 0

	date = { day = 1 month = march year = 1942 }
	offset = 30
	deathdate = { day = 1 month = december year = 1943 }

	action_a = { 
		name = CEVTACTA_1052019
		command = { type = gain_tech which = 3007 }
		command = { type = manpowerpool value = -12 } # officers go study
		command = { type = supplies value = -550 } # for the Academy and purchases
		command = { type = steelpool value = -250 } # for the Academy and purchases
		command = { type = add_division which = fighter }
		}
	action_b = { 
		name = CEVTACTB_1052019
		command = { type = infrastructure which = -1 value = 3 }
		command = { type = industry which = -1 value = 2 }
		command = { type = steelpool value = -200 }
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
}

##########################################################
# 1052020 (BOL) - Navy (fluvial) modernization (by mfigueras)
##########################################################
event = {
	id = 1052020
	random = no
	country = BOL

	trigger = { 
		random = 60 
	}

	name = CEVTNAME_1052020
	desc = CEVTDESC_1052020
	style = 0

	date = { day = 1 month = march year = 1939 }
	offset = 30
	deathdate = { day = 1 month = december year = 1939 }

	action_a = { 
		name = CEVTACTA_1052020
		command = { type = infrastructure which = -1 value = 8 }
		command = { type = industry which = -1 value = -3 }
		command = { type = infrastructure which = -1 value = 5 }
		command = { type = industry which = -1 value = -3 }
		command = { type = infrastructure which = -1 value = 5 } # better fluvial comm
		command = { type = manpowerpool value = -10 } # officers go study
		command = { type = supplies value = -500 } # for the works
		command = { type = add_division which = infantry value = engineer }
		}
	action_b = { 
		name = CEVTACTB_1052020
		command = { type = industry which = -1 value = 2 }
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
}

##########################################################
# 1052021 (PRU) - Aviation modernization (by mfigueras)  
##########################################################
event = {
	id = 1052021
	random = no
	country = PRU

	trigger = {
		atwar = no
	}

	name = CEVTNAME_1052021
	desc = CEVTDESC_1052021
	style = 0

	date = { day = 1 month = march year = 1936 }
	offset = 30
	deathdate = { day = 1 month = june year = 1936 }

	action_a = { 
		name = CEVTACTA_1052021
		command = { type = supplies value = -500 }
		command = { type = steelpool value = -200 }
		command = { type = add_division which = fighter }
		}
action_b = { 
		name = CEVTACTB_1052021
		command = { type = infrastructure which = -1 value = 10 }
		command = { type = industry which = -1 value = 2 }
		command = { type = steelpool value = -200 }
		command = { type = coalpool value = -200 }
		command = { type = oilpool value = -100 }
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
action_c = {
		name = CEVTACTC_1052021
		command = { type = leader_loyalty which = -1 value = -2 }
		command = { type = leader_loyalty which = -1 value = -1 }
		}
}

##########################################################
## 1052022 (PRU) - Ministery of Aeronautics (by mfigueras) 
##########################################################
event = {
	id = 1052022
	random = no
	country = PRU

	trigger = { 
		random = 60 
	}

	name = CEVTNAME_1052022
	desc = CEVTDESC_1052022
	style = 0

	date = { day = 1 month = november year = 1941 }
	offset = 30
	deathdate = { day = 1 month = june year = 1942 }

	action_a = { 
		name = CEVTACTA_1052021
		command = { type = supplies value = -500 }
		command = { type = manpowerpool value = -10 } # officers go to Ministery
		command = { type = chiefofair which = 39076 } # Melgar Conde
		command = { type = leader_loyalty which = 500026 value = 1 } # Melgar Conde
		command = { type = gain_tech which = 10503 }
		}
action_b = {
		name = CEVTACTB_1052022
		command = { type = industry which = -1 value = 2 }
		command = { type = leader_loyalty which = 500026 value = -1 }
		command = { type = leader_loyalty which = -1 value = -1 }
		command = { type = sleepminister which = 39076 }
		}
}
#########################################
# (CHL)Protest agains soviet attack on Finland (by Ghost_dk)
#########################################

event = {
	id = 1052023
	random = no
	country = CHL

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = CHL country = SOV }
			war = { country = CHL country = FIN }
			}
		}

	name = CEVTNAME_1052023
	desc = CEVTDESC_1052023
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 2 
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052023
		command = { type = trigger which = 222052 }
		command = { type = influence value = -1 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052023
		command = { type = sleepevent which = 222051 }
		command = { type = influence value = -2 }
		command = { type = alignment which = communist value = 5 } 
		}
}
#######################################
# (BOL)Protest Soviet attack on Finland (by Ghost_dk)
#######################################

event = {
	id = 1052024
	random = no
	country = BOL

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = BOL country = SOV }
			war = { country = BOL country = FIN }
			}
		}

	name = CEVTNAME_1052024
	desc = CEVTDESC_1052024
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 2 
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052024
		command = { type = trigger which = 222051 }
		command = { type = influence value = -1 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052024
		command = { type = sleepevent which = 222051 }
		command = { type = influence value = -2 }
		command = { type = alignment which = communist value = 5 } 
		}
}
#######################################
# (BOL)Promise aid to Finland (by Ghost_dk)
#######################################

event = {
	id = 1052025
	random = no
	country = BOL

	# triggered by SOV 222041

	name = CEVTNAME_1052025
	desc = CEVTDESC_1052025
	style = 0

	action_a = {
		name = CEVTACTA_1052025
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002069 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052025
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002069 }
		command = { type = alignment which = communist value = 5 }
		}
}
#########################################
# (PAR)Protest agains soviet attack on Finland (by Ghost_dk)
#########################################

event = {
	id = 1052026
	random = no
	country = PAR

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = PAR country = SOV }
			war = { country = PAR country = FIN }
			}
		}

	name = CEVTNAME_1052026
	desc = CEVTDESC_1052026
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 2 
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052026
		command = { type = trigger which = 222053 }
		command = { type = influence value = -1 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052026
		command = { type = sleepevent which = 222051 }
		command = { type = influence value = -2 }
		command = { type = alignment which = communist value = 5 } 
		}
}

#########################################
# (PRU)Protest agains soviet attack on Finland (by Ghost_dk)
#########################################

event = {
	id = 1052027
	random = no
	country = PRU

	trigger = {
		random = 20
		event = 2621
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = PRU country = SOV }
			war = { country = PRU country = FIN }
			}
		}

	name = CEVTNAME_1052027
	desc = CEVTDESC_1052027
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 2 
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052027
		command = { type = trigger which = 222054 }
		command = { type = influence value = -1 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052027
		command = { type = sleepevent which = 222051 }
		command = { type = influence value = -2 }
		command = { type = alignment which = communist value = 5 } 
		}
}

#######################################
# (ARG)Promise aid to Finland (by Ghost_dk)
#######################################

event = {
	id = 1052028
	random = no
	country = ARG

	# triggered by SOV 222041

	name = CEVTNAME_1052028
	desc = CEVTDESC_1052028
	style = 0

	action_a = {
		name = CEVTACTA_1052028
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002066 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052028
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002066 }
		command = { type = alignment which = communist value = 5 }
		}
}

#######################################
# (ARG)send grain to Finland (by Ghost_dk)
#######################################

event = {
	id = 1052029
	random = no
	country = ARG

	trigger = {
		random = 20
		atwar = no
		event = 1052028
		war = { country = FIN country = SOV }
		NOT  = {
			event = 2628
			alliance = { country = SOV country = ARG }
			}
		}

	name = CEVTNAME_1052029
	desc = CEVTDESC_1052029
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1052029
		command = { type = supplies value = -200 }
		command = { type = trigger which = 1002080 }
		command = { type = alignment which = democratic value = 10 }
		}
	action_b = {
		name = CEVTACTB_1052029
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002080 }
		command = { type = alignment which = communist value = 5 }
		}
}

#########################################
# (ECU)promise to aid Finland (by Ghost_dk)
#########################################

event = {
	id = 1052030
	random = no
	country = ECU

	# triggered by SOV 222041

	name = CEVTNAME_1052030
	desc = CEVTDESC_1052030
	style = 0

	action_a = {
		name = CEVTACTA_1052030
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002067 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052030
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002067 }
		command = { type = alignment which = communist value = 5 }
		}
}
#########################################
# (VEN)promise to aid Finland (by Ghost_dk)
#########################################

event = {
	id = 1052031
	random = no
	country = VEN

	# triggered by SOV 222041

	name = CEVTNAME_1052031
	desc = CEVTDESC_1052031
	style = 0

	action_a = {
		name = CEVTACTA_1052031
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002070 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = CEVTACTB_1052031
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002067 }
		command = { type = alignment which = communist value = 5 }
		}
}
#########################################
# (URU)promise to aid Finland (by Ghost_dk)
#########################################

event = {
	id = 1052032
	random = no
	country = URU

	# triggered by SOV 222041

	name = CEVTNAME_1052032
	desc = CEVTDESC_1052032
	style = 0

	action_a = {
		name = CEVTACTA_1052032
		command = { type = influence value = 2 }
		command = { type = alignment which = democratic value = 5 }
		command = { type = trigger which = 1002118 }
		}
	action_b = {
		name = CEVTACTB_1052032
		command = { type = influence value = -1 }
		command = { type = alignment which = communist value = 5 }
		command = { type = sleepevent which = 1002118 }
		}
}
#######################################
# (BRA)send coffee to Finland (by Ghost_dk)
#######################################

event = {
	id = 1052033
	random = no
	country = BRA

	trigger = {
		event = 2621
		event = 222041
		atwar = no
		war = { country = SOV country = FIN }
		NOT = {
			event = 2628
			alliance = { country = SOV country = BRA }
			}
		}

	name = CEVTNAME_1052033
	desc = CEVTDESC_1052033
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 5
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
		name = CEVTACTA_1052033
		command = { type = supplies value = -200 }
		command = { type = influence value = 1 }
		command = { type = alignment which = democratic value = 10 }
		command = { type = trigger which = 1002083 }
		}
	action_b = { 
		name = CEVTACTB_1052033
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002083 }
		command = { type = alignment which = communist value = 10 }
		}
}

################# VENEZUELA ##################

##########################################################################
#  1052034 - (VEN) New Constitution (by Generalisimo)
#########################################################################

event = { 
	id = 1052034 
	random = no 
	country = VEN

	trigger = {
		NOT = {
			ispuppet = VEN
		}
	}

	name = CEVTNAME_1052034
	desc = CEVTDESC_1052034
	style = 0 

	date = { day = 16 month = july year = 1936 } 

	action_a = { 
		name = CEVTACTA_OK
		command = { type = influence value = 2 }
	} 
}

##########################################################################
#  1052035 - (VEN) Elections for 1/3 of the Congress seats (by Generalisimo)
#########################################################################

event = { 
	id = 1052035
	random = no 
	country = VEN

	trigger = {
		NOT = {
			ispuppet = VEN
		}
	}

	name = CEVTNAME_1052035
	desc = CEVTDESC_1052035
	style = 0 

	date = { day = 15 month = january year = 1937 } 

	action_a = { 
		name = CEVTACTA_OK
		command = { type = dissent value = 2 }
		command = { type = alignment which = communist value = 15 }
	} 
}

##########################################################################
#  1052036 - (VEN) Prosecution of the 'communists' (by Generalisimo)
#########################################################################

event = { 
	id = 1052036
	random = no 
	country = VEN

	trigger = {
		NOT = {
			ispuppet = VEN
		}
		event = 1052035 
	}

	name = CEVTNAME_1052036
	desc = CEVTDESC_1052036
	style = 0 

	date = { day = 4 month = february year = 1937 } 

	action_a = { 
		name = CEVTACTA_1052036
		command = { type = dissent value = -5 }
		command = { type = alignment which = communist value = -100 }
		command = { type = influence value = -5 } # looses democratic respect
	} 
	action_b = { 
		name = CEVTACTB_1052036
		command = { type = dissent value = 5 } # the oposition grows
		command = { type = alignment which = communist value = 10 }
		command = { type = influence value = 5 } # gains democratic reputation
	} 
}

### 1052037 - RESERVED VENEZUELAN OIL

# New South American events for the Political event Pack #

##################################
# Argentina
##################################
##################################
# 1052041 (ARG)Argentina outlaws Communists(by Ghost_dk)
##################################

event = {
	id = 1052041
	random = no
	country = ARG

	trigger = {
		random = 10
		NOT = {
			government = communist
			alignment = communist
			}
		}
	name = CEVTNAME_1052041
	desc = CEVTDESC_1052041
	style = 0
	
	date = { day = 1 month = may year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052041
		command = { type = alignment which = communist value = -30 }
		}
}
##################################
# 1052051 (ARG)Argentina Declares Neutrality(by Ghost_dk)
##################################

event = {
	id = 1052051
	random = no
	country = ARG

	trigger = {
		headofstate = 35021
		atwar = no
		}
	name = CEVTNAME_1052051
	desc = CEVTDESC_1052051
	style = 0

	action_a = {
		name = CEVTACTA_1052051
		command = { type = influence value = -4 }
		}
}
##################################
# 1052053 (ARG)Recognition of Bolivian government(by Ghost_dk)
##################################

event = {
	id = 1052053
	random = no
	country = ARG
	
	trigger = {
		headofstate = 43031
		atwar = no
		}

	name = CEVTNAME_1052053
	desc = CEVTDESC_1052053
	style = 0

	date = { day = 0 month = january year = 1944 }
	offset = 30
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052053
		command = { type = influence value = 2 }
		command = { type = trigger which = 1052054 }
		}
}
##################################
# 1052056 (ARG)US Freeze on Argentinian Gold Assets(by Ghost_dk)
##################################

event = {
	id = 1052056
	random = no
	country = ARG

	trigger = {
		government = fascist
		alignment = fascist
		NOT = {
			alliance = { country = GER country = ARG }
			alliance = { country = ENG country = ARG }
			alliance = { country = SOV country = ARG }
			}
		}
	name = CEVTNAME_1052056
	desc = CEVTDESC_1052056
	style = 0

	date = { day = 15 month = august year = 1944 }

	action_a = {
		name = CEVTACTA_1052056
		command = { type = supplies value = -400 }
		command = { type = trigger which = 322093 }
		command = { type = trigger which = 322091 }
		}
	action_b = {
		name = CEVTACTB_1052056
		command = { type = alignment which = democratic value = 10 }
		command = { type = dissent value = 2 }
		command = { type = trigger which = 322092 }
		command = { type = trigger which = 322091 }
		}
}
##################################
# 1052057 (ARG)Us Bans americans ships from Argentinian Harbors(by Ghost_dk)
##################################

event = {
	id = 1052057
	random = no
	country = ARG

	# triggered by USA 322094

	name = CEVTNAME_1052057
	desc = CEVTDESC_1052057
	style = 0

	action_a = {
		name = CEVTACTA_1052057
		command = { type = supplies value = -400 }
		command = { type = dissent value = 1 }
		}
}
##################################
# Bolivia
##################################
##################################
# 1052054 (BOL)Argentina Recognizes our government(by Ghost_dk)
##################################

event = {
	id = 1052054
	random = no
	country = BOL

	# triggered by ARG 1052053

	name = CEVTNAME_1052054
	desc = CEVTDESC_1052054
	style = 0

	

	action_a = {
		name = CEVTACTA_1052054
		command = { type = influence value = 2 }
		}
}
##################################
# 1052055 (BOL)USA refuses to recognize our government(by Ghost_dk)
##################################

event = {
	id = 1052055
	random = no
	country = BOL

	# triggered by USA 322089

	name = CEVTNAME_1052055
	desc = CEVTDESC_1052055
	style = 0

	action_a = {
		name = CEVTACTA_1052055
		command = { }
		}
}

##################################
# 1052058 (BOL)U.S. government recognizes bolivian government.(by Ghost_dk)
##################################

event = {
	id = 1052058
	random = no
	country = BOL

	# triggered by USA 322089

	name = CEVTNAME_1052058
	desc = CEVTDESC_1052058
	style = 0

	action_a = {
		name = CEVTACTA_1052055
		command = { type = influence value = 2 }
		}
}
##################################
# 1052059 (BOL)Sign peace with Paraguay(by Ghost_dk)
##################################

event = {
	id = 1052063
	random = no
	country = BOL

	trigger = {
		NOT = {
			war = { country = BOL country = PAR }
			}
		}
	name = CEVTNAME_1052063
	desc = CEVTDESC_1052063
	style = 0

	date = { day = 21 month = january year = 1936 }
	
	action_a = {
		name = CEVTACTA_1052063
		command = { type = influence value = -1 }
		}
}
############################
# 1052061 (BOL)Ratify peace treaty (by Ghost_dk)
############################

event = {
	id = 1052061
	random = no
	country = BOL

	trigger = { 
		NOT = {
			war = { country = BOL country = PAR }
			alliance = { country = BOL country = PAR }
			puppet = { country = BOL country = PAR }
			puppet = { country = PAR country = BOL }
			}
		}
	name = CEVTNAME_1052061
	desc = CEVTDESC_1052061
	style = 0

	date = { day = 20 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_1052061
		command = { type = influence value = -1 }
		command = { type = dissent value = -2 }
		command = { type = trigger which = 1052062 }
		}
}
############################
# Brazil
############################
############################
# 1052049 (BRA)US-Brazilian Agreements(by Ghost_dk)
############################

event = {
	id = 1052049
	random = no
	country = BRA

	# triggered by USA 322077

	name = CEVTNAME_1052049
	desc = CEVTDESC_1052049
	style = 0

	action_a = {
		name = CEVTACTA_1052049
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = gain_tech which = 4400 }
		command = { type = gain_tech which = 4401 }
		}
}
############################
# 1052052 (BRA)U.S. State Visit to Brazil(by Ghost_dk)
############################

event = {
	id = 1052052
	random = no
	country = BRA

	# triggered by USA 322087

	name = CEVTNAME_1052052
	desc = CEVTDESC_1052052
	style = 0

	action_a = {
		name = CEVTACTA_1052052
		command = { type = alignment which = democratic value = 10 }
		}
}
############################
# Chile
############################
############################
# 1052046 (CHL)Chile Withdraws from League of Nations(by Ghost_dk)
############################

event = {
	id = 1052046
	random = no
	country = CHL

	trigger = {
		OR = {
		event = 462007
		Not = {
			exists = ETH
			}
		}
		NOT = {
			ispuppet = CHL	
			}
		}
	name = CEVTNAME_1052046
	desc = CEVTDESC_1052046
	style = 0

	date = { day = 3 month = june year = 1938 }
	offset = 10
	deathdate =  { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052046
		command = { type = influence value = -2 }
		}
}
############################
# Ecuador
############################
############################
# 1052044 (ECU)U.S. Requests Bases(by Ghost_dk)
############################

event = {
	id = 1052044
	random = no
	country = ECU

	# triggered by USA 322084

	name = CEVTNAME_1052044
	desc = CEVTDESC_1052044
	style = 0

	action_a = {
		name = CEVTACTA_1052044
		command = { type = access which = USA }
		command = { type = trigger which = 322085 }
		}
	action_b = {
		name = CEVTACTB_1052044
		command = { type = trigger which = 322086 }
		}
}
############################
# Paraguaya
############################
############################
# 1052043 (PAR)withdrawal from League of Nations(by Ghost_dk)
############################

event = {
	id = 1052043
	random = no
	country = PAR

	trigger = {
		random = 10
		OR = {
		event = 462007
		Not = {
			exists = ETH
			}
		}
		NOT = {
			ispuppet = PAR	
			}
		}
	name = CEVTNAME_1052043
	desc = CEVTDESC_1052043
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 10
	deathdate =  { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052043
		command = { type = influence value = -2 }
		}
}
##################################
# 1052060 (PAR)Sign Peace with Bolivia(by Ghost_dk)
##################################

event = {
	id = 1052060
	random = no
	country = PAR

	trigger = {
		NOT = {
			war = { country = BOL country = PAR }
			}
		}

	name = CEVTNAME_1052060
	desc = CEVTDESC_1052060
	style = 0

	date = { day = 21 month = january year = 1936 }
	
	action_a = {
		name = CEVTACTA_1052060
		command = { type = influence value = -1 }
		}
}
############################
# 1052062 (PAR)Ratify peace treaty(by Ghost_dk)
############################

event = {
	id = 1052062
	random = no
	country = PAR

	# triggered by BOL 1052061

	name = CEVTNAME_1052062
	desc = CEVTDESC_1052062
	style = 0

	action_a = {
		name = CEVTACTA_1052062
		command = { type = influence value = -1 }
		command = { type = dissent value = -2 }
		}
}
############################
# Peru
############################
############################
# 1052050 (PRU)Peruvian withdrawal from the League(by Ghost_dk)
############################

event = {
	id = 1052050
	random = no
	country = PRU

	trigger = {
		OR = {
		event = 2001
		event = 2002
			}
		}

	name = CEVTNAME_1052050
	desc = CEVTDESC_1052050
	style = 0

	date = { day = 1 month = april year = 1939 }
	offset = 18
	deathdate =  { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052050
		command = { type = influence value = -2 }
		}
}
############################
# Venezuela
############################
############################
# 1052047 (VEN)Venezuela Withdraws from the League of Nations(by Ghost_dk)
############################

event = {
	id = 1052047
	random = no
	country = VEN

	trigger = {
		OR = {
		event = 462007
		Not = {
			exists = ETH
			}
		}
		NOT = {
			ispuppet = VEN	
			}
		}

	name = CEVTNAME_1052047
	desc = CEVTDESC_1052047
	style = 0

	date = { day = 17 month = july year = 1938 }
	offset = 10
	deathdate =  { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_1052047
		command = { type = influence value = -2 }
		}

}




##################################################
# 1052066 - Argentina Mobilizes
##################################################

event = { 
	id = 1052066
	random = no
	country = ARG

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 200 }
		command = { type = province_manpower which = 384    value = 11 } #Buenos Aries
		command = { type = province_manpower which = 374    value = 5 } #Cordoba
		command = { type = province_manpower which = 370    value = 3 } #Santa Fe
		command = { type = province_manpower which = 365    value = 2 } #Resistencia
		command = { type = province_manpower which = 385    value = 2 } #Mar del Plato
		command = { type = province_manpower which = 386    value = 2 } #Bahia Blanca
		command = { type = province_manpower which = 373    value = 2 } #San Miguel
		command = { type = province_manpower which = 380    value = 1 } #Mendoza
		command = { type = province_manpower which = 369    value = 1 } #Corrientes
	}
}
##################################################
# 1052067 - Uruguay Mobilizes
##################################################

event = { 
	id = 1052067
	random = no
	country = URU

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 40 }
		command = { type = province_manpower which = 368    value = 4 } #Montevideo
	}
}
##################################################
# 1052068 - Paraguay Mobilizes
##################################################

event = { 
	id = 1052068
	random = no
	country = PAR

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 30 }
		command = { type = province_manpower which = 366    value = 4 } #Asuncion
	}
}
##################################################
# 1052069 - Bolivia Mobilizes
##################################################

event = { 
	id = 1052069
	random = no
	country = BOL

	trigger = {
		OR = {
			atwar = yes
			alliance = { country = BOL country = SOV }
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 60 }
		command = { type = province_manpower which = 343    value = 4 } #La Paz
		command = { type = province_manpower which = 348    value = 3 } #Santa Cruz
	}
}
##################################################
# 1052070 - Brazil Mobilizes
##################################################

event = { 
	id = 1052070
	random = no
	country = BRA

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 400 }
		command = { type = province_manpower which = 356    value = 14 } #Rio de Janerio
		command = { type = province_manpower which = 318    value = 4 } #Recife
		command = { type = province_manpower which = 310    value = 3 } #Boa Vista
		command = { type = province_manpower which = 358    value = 2 } #Santos
		command = { type = province_manpower which = 327    value = 2 } #Santarem
		command = { type = province_manpower which = 354    value = 2 } #Salvador
		command = { type = province_manpower which = 326    value = 2 } #Maraba
		command = { type = province_manpower which = 323    value = 2 } #Forteleza
		command = { type = province_manpower which = 322    value = 2 } #Belem
		command = { type = province_manpower which = 351    value = 2 } #Belo Horizonte
		command = { type = province_manpower which = 355    value = 2 } #Vitoria
		command = { type = province_manpower which = 321    value = 2 } #Marajo
		command = { type = province_manpower which = 367    value = 1 } #Porto Alegre
		command = { type = province_manpower which = 359    value = 1 } #Curitiba
		command = { type = province_manpower which = 352    value = 1 } #Caiaba
		command = { type = province_manpower which = 362    value = 1 } #Campo Grande
	}
}
##################################################
# 1052071 - Chile Mobilizes
##################################################

event = { 
	id = 1052071
	random = no
	country = CHL

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 100 }
		command = { type = province_manpower which = 372    value = 4 } #Santiago
		command = { type = province_manpower which = 342    value = 3 } #Antofagasta
	}
}
##################################################
# 1052072 - Columbia Mobilizes
##################################################

event = { 
	id = 1052072
	random = no
	country = COL

	trigger = {
		OR = {
			atwar = yes
			war = { country = PRU country = ECU }
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 100 }
		command = { type = province_manpower which = 297    value = 4 } #Medellin
		command = { type = province_manpower which = 996    value = 5 } #Cartagena
		command = { type = province_manpower which = 284    value = 3 } #Bogota
		command = { type = province_manpower which = 289    value = 2 } #Cali
	}
}
##################################################
# 1052073 - Ecuador Mobilizes
##################################################

event = { 
	id = 1052073
	random = no
	country = ECU

	trigger = {
		OR = {
			atwar = yes
			alliance = { country = PRU country = GER }
			alliance = { country = PRU country = ENG }
			alliance = { country = PRU country = SOV }
			NOT = {
				owned = { province = 300 data = -1 }
				}
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 60 }
		command = { type = province_manpower which = 300    value = 4 } #Iquitos
		command = { type = province_manpower which = 292    value = 3 } #Quito
		command = { type = province_manpower which = 291    value = 2 } #Guayaquil
	}
}
##################################################
# 1052074 - Peru Mobilizes
##################################################

event = { 
	id = 1052074
	random = no
	country = PRU

	trigger = {
		OR = {
			atwar = yes
			alliance = { country = ECU country = GER }
			alliance = { country = ECU country = ENG }
			alliance = { country = ECU country = SOV }
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 100 }
		command = { type = province_manpower which = 335    value = 4 } #Lima
		command = { type = province_manpower which = 337    value = 2 } #Cuzco
		command = { type = province_manpower which = 293    value = 2 } #Trujillo
		command = { type = province_manpower which = 338    value = 1 } #Arequipal
	}
}
##################################################
# 1052075 - Venezuela Mobilizes
##################################################

event = { 
	id = 1052075
	random = no
	country = VEN

	trigger = {
		OR = {
			atwar = yes
			}
		}

	name = CEVTNAME_1052066
	desc = CEVTDESC_1052066
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 80 }
		command = { type = province_manpower which = 282    value = 3 } #Maracaibo
		command = { type = province_manpower which = 278    value = 2 } #Cumana
		command = { type = province_manpower which = 277    value = 2 } #Caracas
	}
}

#######################################################
# Amelia Earhart Arrives in Caripito Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
#######################################################

event = {
	id = 1052064
	random = no
	country = ven

	trigger = {
		event = 322118
		}

	name = CEVTNAME_1052064
	desc = CEVTDESC_1052064
	style = 0

	date = { day = 3 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_1052064
		command = { }
		}
}

######################################################
# Amelia Earhart Arrives in Natal Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
######################################################

event = {
	id = 1052065
	random = no
	country = bra

	trigger = {
		event = 322118
		}

	name = CEVTNAME_1052065
	desc = CEVTDESC_1052065
	style = 0

	date = { day = 7 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_1052065
		command = { }
		}
}